4D Chart v13CT SET ENTERABLE |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Chart v13
CT SET ENTERABLE
|
CT SET ENTERABLE ( area ; mode ; buttonMode ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
4D Chart area | |||||
mode | Integer |
![]() |
Enterable or non-enterable 0 = Non-enterable 1 = Enterable | |||||
buttonMode | Integer |
![]() |
0 = Display as button if area is of reduced size (default) 1 = Do not switch to a button | |||||
The CT SET ENTERABLE command controls access to the document in area.
A disabled area cannot be modified by the user but can be modified by the language. When an area is disabled, the user can scroll through it and copy the selected objects to the Clipboard. The user cannot change the selection or use the 4D Chart menu bar or tool palettes.
The optional buttonMode parameter is used to control the display of the 4D Chart area when its initial dimensions are reduced (height less than 150 pixels and/or width less than 300 pixels):
This example is a form method that makes area non-enterable.
If(Form event=On Load)
CT SET ENTERABLE(Area;0) `Make the area non-enterable
End if
Product: 4D Chart
Theme: CT Area Control
Number:
14524
Modified: 4D Chart 6